home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / unpage.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  89 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : UNPAGE
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : wis_ada at mitre
  6. -- AUTHOR            : Mitre Corp.
  7. -- COPYRIGHT         : 
  8. -- DATE CREATED      : 21 JAN 85
  9. -- DATE RELEASED     : 29 JAN 85
  10. -- DATE LAST UPDATED : 21 JAN 85
  11. -- LOCATION          : ASR
  12. -- ENVIRONMENT       : Intellimac 7000M
  13. --= CLASSIFICATION       ===============================================--
  14. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  15. -- CATEGORY LEVEL 2  : FILE CONCATENATION
  16. -- CATEGORY LEVEL 3  : Unpage
  17. -- CATEGORY LEVEL 4  : 
  18. -- KEYWORD           : Table builder
  19. -- KEYWORD           : Text formatter
  20. -- INDEX             : Table Builder
  21. -- INDEX             : Text Formatter
  22. -- INDEX             : Formatter, Text
  23. -- INDEX             : UNPAGE
  24. -- TAXONOMY          : 
  25. -- DEPENDENCIES      : 
  26. -- SEE ALSO          : 
  27. --= FILE LISTING         ===============================================--
  28. -- FILE SPECS        : PD:<ADA.PAGER>UNPAGE.*
  29. -- DIRECTORY DISPLAY :
  30. -- Directory   PD:<ADA.PAGER>
  31. --      File Name     Byte Count  Line Count
  32. --   ---------------  ----------  ----------
  33. --   UNPAGE.ADA             5618         171
  34. --   UNPAGE.PRO             3660          84
  35. --   ===============  ==========  ==========
  36. --     2 Files              9278         255
  37. --= ABSTRACT             ===============================================--
  38. --         UNPAGE  is  a program which complements the UNIX page command.
  39. -- The UNIX page command can be used to  combine  several  source  files,
  40. -- interspersing file headers of the form:
  41. -- 
  42. --                    ::::::::::
  43. --                    FILENAME
  44. --                    ::::::::::
  45. -- 
  46. --         UNPAGE reads such a file breaking the subfiles  into  separate
  47. -- files  as indicated by the filename headers.  UNPAGE has been enhanced
  48. -- to also recognize file  headers  which  have  the  format  of  an  Ada
  49. -- comment:
  50. -- 
  51. --                    --::::::::::
  52. --                    --FILENAME
  53. --                    --::::::::::
  54. -- 
  55. --= REVISION HISTORY     ===============================================--
  56. --
  57. -- DATE         VERSION    AUTHOR           HISTORY
  58. -- 12/15/84    1.0    Mitre Corp      Initial Release
  59. -- 01/21/85     1.0     Mitre Corp       Add recognition of
  60. --                                       --:::::::::::
  61. --= RELEASE NOTICE       ===============================================--
  62. -- This prologue must be included in all copies of this software.
  63. --
  64. -- This software is released to the Public Domain (note:
  65. --   software released to the Public Domain is not subject
  66. --   to copyright protection).
  67. --
  68. -- Restrictions on use or distribution:  Although there are
  69. --      no current plans to provide maintenance for UNPAGE,
  70. --      we would appreciate your reporting problems and
  71. --      experiences to:
  72. --              
  73. --                wis_ada at mitre (net address)
  74. --
  75. --      or call at:
  76. --
  77. --                (703)  883-7697
  78. --= DISCLAIMER           ===============================================--
  79. --     This software and its documentation are provided "AS IS" and
  80. -- without any expressed or implied warranties whatsoever.  No warranties
  81. -- as to performance, merchantability, or fitness for a particular
  82. -- purpose exist.
  83. --     The user is advised to test the software thoroughly before
  84. -- relying on it.  The user must assume the entire risk and liability of
  85. -- using this software.  In no event shall any person or organization of
  86. -- people be held responsible for any direct, indirect, consequential or
  87. -- inconsequential damages or lost profits.
  88. --======================================================================--
  89.